*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:'Fredoka',sans-serif;overflow:hidden}body{display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;background-color:#FFFC00;position:relative}body::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(255,255,255,0.2)10%,transparent 40%),radial-gradient(circle at bottom right,rgba(0,0,0,0.1)10%,transparent 40%);z-index:-1}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.ghost{position:absolute;font-size:3rem;opacity:.6;animation:float 3s ease-in-out infinite}#ghost1{top:10%;left:15%;animation-delay:.5s}#ghost2{bottom:15%;right:10%;animation-delay:1.5s}#ghost3{top:25%;right:20%;animation-delay:2.5s}main{max-width:650px;display:grid;gap:1.5rem;justify-items:center}img{max-width:180px;height:auto;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,0.2))}h1{font-size:clamp(2.5rem,6vw+1rem,4rem);font-weight:700;line-height:1.2;color:#111}p{font-size:clamp(1rem,2.5vw,1.35rem);font-weight:400;line-height:1.6;max-width:600px;color:#FFF;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.cta{display:inline-block;padding:.875rem 2.2rem;background-color:#0FF;color:#111;font-size:1.2rem;font-weight:700;text-decoration:none;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;border:2px solid #0FF;box-shadow:0 0 10px rgba(0,255,255,0.7)}.cta:hover,.cta:focus{transform:scale(1.08);box-shadow:0 0 20px rgba(0,255,255,1);background-color:#00E0E0;outline:none}#cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background-color:#111;color:#FFFC00;padding:1rem;text-align:center;font-size:.875rem;z-index:100;box-shadow:0 -2px 10px rgba(0,0,0,0.3)}#cookie-banner p{font-size:.875rem;margin-right:1rem;display:inline;color:#FFFC00}.cookie-accept{padding:.5rem 1rem;background-color:#0FF;color:#111;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .2s ease,box-shadow .2s ease}.cookie-accept:hover,.cookie-accept:focus{background-color:#00E0E0;box-shadow:0 0 8px rgba(0,255,255,0.5);outline:none}